ShowDates(DateTime[],Nullable<ScheduleViewEnum>) Method
In This Topic
Shows specified dates in the scheduler with the specified view type.
Syntax
'Declaration
Public Overloads Sub ShowDates( _
ByVal () As System.Date, _
ByVal As System.Nullable(Of ScheduleViewEnum) _
)
public void ShowDates(
System.DateTime[] ,
System.Nullable<ScheduleViewEnum>
)
Parameters
- dates
- The array of System.DateTime values.
- view
- The ScheduleViewEnum value to show. If this parameter has no value, the C1Schedule control will select the most appropriate view depending on specified dates.
See Also